home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: buxx@ix.netcom.com(Glen 'Steve' Vandiver )
- Newsgroups: comp.lang.c
- Subject: Command line Arguments
- Date: 4 Feb 1996 17:30:07 GMT
- Organization: Netcom
- Message-ID: <4f2qev$9jq@cloner3.netcom.com>
- NNTP-Posting-Host: ix-spr-mo2-19.ix.netcom.com
- X-NETCOM-Date: Sun Feb 04 9:30:07 AM PST 1996
-
- Hi! I have been haveing trouble with my commandline arguements. I have
- it too where i can read the entire argument string after the run. No
- prob. but lets say i want it to split it up like this. the first word
- goes into char *user; and the rest goes into char *command;. HOW WOULD
- I DO THIS? thanx! bye!
-